debugging symbol造句
例句與造句
- Compiled binary files can contain debugging symbols and thus lesser in size and gives potentially better performance than a non-stripped binary.
- When a new kernel is installed, the backup copy of the previous kernel and its modules are stripped of their debugging symbols to further minimize disk space usage.
- Note that COFF was not capable of representing line numbers or debugging symbols for included source as with header files rendering the COFF debugging information virtually useless without incompatible extensions.
- CrashFix server provides a web-based user interface making it possible for several project members to collaborate ( upload debugging symbols, browse crash reports and associate bugs with crash reports ).
- I don't distribute the PDB debugging symbols with my . NET program, and it's very hard to tell where ( on which line ) a particular exception occurred in bug reports.
- It's difficult to find debugging symbol in a sentence. 用debugging symbol造句挺難的
- Microsoft had failed to remove the debugging symbols in ADVAPI32 . DLL, a security and encryption driver, when it released Service Pack 5 for Windows NT 4.0, and Andrew Fernandes, chief scientist with Cryptonym, found the primary key stored in the variable _ KEY and the second key was labeled _ NSAKEY . Fernandes published his discovery, touching off a flurry of speculation and conspiracy theories, including the possibility that the second key was owned by the United States National Security Agency ( the NSA ) and allowed the intelligence agency to subvert any Windows user's security.
- Optionally, a language can provide symbolic reference information such as object names and data type information or debugging symbols through SYM records, and then the END statement indicates the end of an Object module file and the optional start address for the subroutine, function or program that this file should be started at, if the starting address for the routine is not the first byte of the first routine ( some routines may have non-executable data preceding their actual code or the first routine assembled or compiled is not the " main " program or " primary " module . ) As has been reported, some people discovered because of the way older assemblers worked ( circa 1968 1975 ), a program compiled faster if you put data " above " a program before the code for the program, once the assembler started to notice instructions, it was much slower, so, programmers would write routines where they put the data and constants first, then included code for the program.